func github.com/google/go-cmp/cmp.newState

3 uses

	github.com/google/go-cmp/cmp (current package)
		compare.go#L96: 	s := newState(opts)
		compare.go#L116: 	s := newState(opts)
		compare.go#L188: func newState(opts []Option) *state {